configure: Support --disable-option-checking
authorJosh Stone <cuviper@gmail.com>
Sun, 24 Jul 2016 23:28:21 +0000 (16:28 -0700)
committerJosh Stone <cuviper@gmail.com>
Sun, 24 Jul 2016 23:28:21 +0000 (16:28 -0700)
commit3cf6d7d2e4e0e94fbdab31cb934a84d4c5b6205c
tree77a0dbc84dbb22ae28e25d85f58e74152a0136bf
parentdc12479579bb3adc410272318dc21a1a7278403c
configure: Support --disable-option-checking

This is mirroring rust-lang/rust#31169.  The RPM %configure macro sets a
lot of useful paths for typical configure scripts, but some of these
values are not recognized here in Cargo.  It's nice to have an option to
ignore those, rather than failing on `validate_opt`.
configure